home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / ErrorWindow.h < prev    next >
Text File  |  1996-06-22  |  680b  |  26 lines

  1. /* ErrorWindow.h */
  2. /* Created 940328 7:13 by AppMaker */
  3.  
  4. #ifndef __ERW__
  5. #define __ERW__
  6.  
  7. #include "Globals.h"
  8.  
  9. /*----------*/
  10. WindowPtr    OpenErrorWindow        (Str255        fName,
  11.                                  short            vRefNum,
  12.                                  short            fRefNum);
  13. void        CloseErrorWindow    (void);
  14. void        ControlErrorWindow    (ControlHandle    whichControl,
  15.                                   short             whichPart,
  16.                                  Point            where);
  17. void        MouseInErrorWindow    (Point            where,
  18.                                  short            modifiers);
  19. void        TypeInErrorWindow    (char            ch);
  20. void        UpdateErrorWindow    (void);
  21. void        ActivateErrorWindow    (Boolean        activate);
  22. void        ResizeErrorWindow    (void);
  23. pascal void ScrollErrorWindow    (short        newValue,
  24.                                   short        oldValue);
  25.  
  26. #endif    /*    __ERW__    */